home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
32QUERY.PAK
/
JOIN.SQL
< prev
next >
Wrap
Text File
|
1997-05-06
|
126b
|
3 lines
select c.name, c.city, o.'total invoice', o.'amount paid'
from "cust.dbf" c, "orders.db" o
where c.'cust_no' = o.'customer no'